home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / surfrev.6 < prev    next >
Text File  |  1996-07-16  |  869b  |  30 lines

  1. .TH SURFREV
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. SURFREV
  5.  
  6.  
  7.  
  8.  PolygonType SURFREV( PolygonType Object )
  9.  
  10.  or
  11.  
  12.  SurfaceType SURFREV( CurveType Object )
  13.  
  14. Creates a surface of revolution by rotating the first polygon/curve of the
  15. given Object, around the Z axis. Use the linear transformation function
  16. to position a surface of revolution in a different orientation.
  17.  
  18. Example:
  19.  
  20.     VTailAntn = SURFREV( ctlpt( E3, 0.001, 0.0, 1.0 ) +
  21.                          ctlpt( E3, 0.01,  0.0, 1.0 ) +
  22.                          ctlpt( E3, 0.01,  0.0, 0.8 ) +
  23.                          ctlpt( E3, 0.03,  0.0, 0.7 ) +
  24.                          ctlpt( E3, 0.03,  0.0, 0.3 ) +
  25.                          ctlpt( E3, 0.001, 0.0, 0.0 ) );
  26.  
  27. constructs a piecewise linear Bspline curve in the XZ plane and uses it to
  28. construct a surface of revolution by rotating it around the Z axis.
  29. See also SURFPREV.
  30.